home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / mac / ch25 / 25fig07.wrl < prev    next >
Text File  |  1996-09-23  |  838b  |  32 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Transform {
  6.     translation 0.0 3.5 -2.5
  7.     rotation 0.0 0.0 1.0 -1.57
  8.     children Shape {
  9.         appearance Appearance {
  10.             material Material { diffuseColor 1.0 1.0 1.0 }
  11.             texture ImageTexture { url "stonewal.jpg" }
  12.         }
  13.         geometry ElevationGrid {
  14.             xDimension 8
  15.             zDimension 8
  16.             xSpacing   0.5
  17.             zSpacing   0.7142857
  18.             solid      FALSE
  19.             height [
  20.                 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 
  21.                 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 
  22.                 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 
  23.                 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 
  24.                 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 
  25.                 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 
  26.                 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 
  27.                 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 
  28.             ]
  29.         }
  30.     }
  31. }
  32.